home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / MSWLOG12.ARJ / TOWERSET.LG < prev    next >
Text File  |  1990-06-11  |  255b  |  9 lines

  1. to towerset :tn :value
  2. !
  3. ! Called by HANOI. Sets the current number of disks on tower :tn,
  4. ! as stored in the globals tower1, tower2, and tower3.
  5. !
  6. if :tn = 1 [make "tower1 :value] [if :tn = 2 [make "tower2 :value] \
  7.    [make "tower3 :value]]
  8. end
  9.